home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #10 / K-CD-10-2002.ISO / Anokee Illuminator / anokeeilluminator.exe / %MAINDIR% / Illuminator.exe / 0 / RCDATA / TFMSLIDESHOWWIZARD / TFMSLIDESHOWWIZARD.txt
Encoding:
Text File  |  2002-03-18  |  10.0 KB  |  475 lines

  1. object fmSlideshowWizard: TfmSlideshowWizard
  2.   Left = 1244
  3.   Top = 239
  4.   ActiveControl = edName
  5.   BorderStyle = bsDialog
  6.   Caption = 'Slideshow Wizard'
  7.   ClientHeight = 404
  8.   ClientWidth = 606
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Verdana'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 445
  26.     Height = 13
  27.     Caption = 
  28.       'Making a slideshow is easy - just follow step 1 to 3 and you'#39're ' +
  29.       'done!'
  30.     Font.Charset = ANSI_CHARSET
  31.     Font.Color = clNavy
  32.     Font.Height = -11
  33.     Font.Name = 'Verdana'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.   end
  37.   object lbStep1: TLabel
  38.     Tag = 1
  39.     Left = 40
  40.     Top = 40
  41.     Width = 128
  42.     Height = 52
  43.     Caption = 
  44.       'Select the slideshow you'#39'll be using for the files and apply bas' +
  45.       'ic properties to it.'
  46.     WordWrap = True
  47.     OnClick = lbStep1Click
  48.   end
  49.   object lbStep2: TLabel
  50.     Tag = 2
  51.     Left = 40
  52.     Top = 144
  53.     Width = 129
  54.     Height = 65
  55.     Caption = 
  56.       'Select the settings for your slideshow, Anokee can make smaller ' +
  57.       'copies of all files.'
  58.     Font.Charset = ANSI_CHARSET
  59.     Font.Color = clWhite
  60.     Font.Height = -11
  61.     Font.Name = 'Verdana'
  62.     Font.Style = []
  63.     ParentFont = False
  64.     WordWrap = True
  65.     OnClick = lbStep1Click
  66.   end
  67.   object lbStep3: TLabel
  68.     Tag = 3
  69.     Left = 40
  70.     Top = 318
  71.     Width = 124
  72.     Height = 65
  73.     Caption = 
  74.       'You'#39're done!'#13#10'The slideshow will automatically appear when the w' +
  75.       'izard has completed the task.'
  76.     Font.Charset = ANSI_CHARSET
  77.     Font.Color = clWhite
  78.     Font.Height = -11
  79.     Font.Name = 'Verdana'
  80.     Font.Style = []
  81.     ParentFont = False
  82.     WordWrap = True
  83.     OnClick = lbStep1Click
  84.   end
  85.   object Label5: TLabel
  86.     Left = 8
  87.     Top = 40
  88.     Width = 11
  89.     Height = 18
  90.     Caption = '1'
  91.     Font.Charset = ANSI_CHARSET
  92.     Font.Color = clWindowText
  93.     Font.Height = -16
  94.     Font.Name = 'Verdana'
  95.     Font.Style = [fsBold]
  96.     ParentFont = False
  97.   end
  98.   object Label6: TLabel
  99.     Left = 8
  100.     Top = 144
  101.     Width = 11
  102.     Height = 18
  103.     Caption = '2'
  104.     Font.Charset = ANSI_CHARSET
  105.     Font.Color = clWindowText
  106.     Font.Height = -16
  107.     Font.Name = 'Verdana'
  108.     Font.Style = [fsBold]
  109.     ParentFont = False
  110.   end
  111.   object Label7: TLabel
  112.     Left = 8
  113.     Top = 318
  114.     Width = 11
  115.     Height = 18
  116.     Caption = '3'
  117.     Font.Charset = ANSI_CHARSET
  118.     Font.Color = clWindowText
  119.     Font.Height = -16
  120.     Font.Name = 'Verdana'
  121.     Font.Style = [fsBold]
  122.     ParentFont = False
  123.   end
  124.   object gbStep1: TGroupBox
  125.     Tag = 1
  126.     Left = 184
  127.     Top = 32
  128.     Width = 417
  129.     Height = 89
  130.     Caption = 'Slideshow properties'
  131.     Color = clBtnFace
  132.     ParentColor = False
  133.     TabOrder = 0
  134.     OnEnter = gbStep1Enter
  135.     object lbSlideshowName: TLabel
  136.       Left = 90
  137.       Top = 69
  138.       Width = 28
  139.       Height = 13
  140.       Caption = '       '
  141.     end
  142.     object lbShow: TLabel
  143.       Left = 24
  144.       Top = 69
  145.       Width = 62
  146.       Height = 13
  147.       Caption = 'Slideshow:'
  148.     end
  149.     object edName: TEdit
  150.       Left = 208
  151.       Top = 17
  152.       Width = 79
  153.       Height = 21
  154.       TabOrder = 0
  155.       OnChange = edNameChange
  156.     end
  157.     object btSelectSlideshow: TButton
  158.       Left = 219
  159.       Top = 41
  160.       Width = 59
  161.       Height = 22
  162.       Caption = 'Select!'
  163.       Enabled = False
  164.       TabOrder = 1
  165.       OnClick = btSelectSlideshowClick
  166.     end
  167.     object cbNewSlideshow: TRadioButton
  168.       Left = 8
  169.       Top = 19
  170.       Width = 153
  171.       Height = 17
  172.       Caption = 'Create new slideshow'
  173.       Checked = True
  174.       TabOrder = 2
  175.       TabStop = True
  176.       OnClick = cbExistingSlideshowClick
  177.     end
  178.     object cbExistingSlideshow: TRadioButton
  179.       Left = 8
  180.       Top = 44
  181.       Width = 169
  182.       Height = 17
  183.       Caption = 'Use existing slideshow'
  184.       TabOrder = 3
  185.       OnClick = cbExistingSlideshowClick
  186.     end
  187.   end
  188.   object gbStep2: TGroupBox
  189.     Tag = 2
  190.     Left = 184
  191.     Top = 136
  192.     Width = 409
  193.     Height = 161
  194.     Caption = 'Image settings'
  195.     TabOrder = 1
  196.     OnEnter = gbStep1Enter
  197.     object lbQuality: TLabel
  198.       Left = 64
  199.       Top = 77
  200.       Width = 32
  201.       Height = 13
  202.       Caption = 'Quality'
  203.       Font.Charset = DEFAULT_CHARSET
  204.       Font.Color = clGray
  205.       Font.Height = -11
  206.       Font.Name = 'MS Sans Serif'
  207.       Font.Style = []
  208.       ParentFont = False
  209.     end
  210.     object lbMedium: TLabel
  211.       Left = 130
  212.       Top = 77
  213.       Width = 37
  214.       Height = 13
  215.       Caption = 'Medium'
  216.       Font.Charset = DEFAULT_CHARSET
  217.       Font.Color = clGray
  218.       Font.Height = -11
  219.       Font.Name = 'MS Sans Serif'
  220.       Font.Style = []
  221.       ParentFont = False
  222.     end
  223.     object lbHigh: TLabel
  224.       Left = 130
  225.       Top = 45
  226.       Width = 22
  227.       Height = 13
  228.       Caption = 'High'
  229.       Font.Charset = DEFAULT_CHARSET
  230.       Font.Color = clGray
  231.       Font.Height = -11
  232.       Font.Name = 'MS Sans Serif'
  233.       Font.Style = []
  234.       ParentFont = False
  235.     end
  236.     object lbLow: TLabel
  237.       Left = 130
  238.       Top = 107
  239.       Width = 20
  240.       Height = 13
  241.       Caption = 'Low'
  242.       Font.Charset = DEFAULT_CHARSET
  243.       Font.Color = clGray
  244.       Font.Height = -11
  245.       Font.Name = 'MS Sans Serif'
  246.       Font.Style = []
  247.       ParentFont = False
  248.     end
  249.     object lbMaxSize: TLabel
  250.       Left = 184
  251.       Top = 72
  252.       Width = 23
  253.       Height = 26
  254.       Caption = 'Max.'#13#10'Size'
  255.       Font.Charset = DEFAULT_CHARSET
  256.       Font.Color = clGray
  257.       Font.Height = -11
  258.       Font.Name = 'MS Sans Serif'
  259.       Font.Style = []
  260.       ParentFont = False
  261.       WordWrap = True
  262.     end
  263.     object lb1200: TLabel
  264.       Left = 240
  265.       Top = 44
  266.       Width = 59
  267.       Height = 13
  268.       Caption = '1200 x 1024'
  269.       Font.Charset = DEFAULT_CHARSET
  270.       Font.Color = clGray
  271.       Font.Height = -11
  272.       Font.Name = 'MS Sans Serif'
  273.       Font.Style = []
  274.       ParentFont = False
  275.     end
  276.     object lbPixels: TLabel
  277.       Left = 312
  278.       Top = 44
  279.       Width = 27
  280.       Height = 13
  281.       Caption = 'Pixels'
  282.       Font.Charset = DEFAULT_CHARSET
  283.       Font.Color = clGray
  284.       Font.Height = -11
  285.       Font.Name = 'MS Sans Serif'
  286.       Font.Style = []
  287.       ParentFont = False
  288.     end
  289.     object lb1024: TLabel
  290.       Left = 240
  291.       Top = 64
  292.       Width = 53
  293.       Height = 13
  294.       Caption = '1024 x 768'
  295.       Font.Charset = DEFAULT_CHARSET
  296.       Font.Color = clGray
  297.       Font.Height = -11
  298.       Font.Name = 'MS Sans Serif'
  299.       Font.Style = []
  300.       ParentFont = False
  301.     end
  302.     object lb800: TLabel
  303.       Left = 240
  304.       Top = 86
  305.       Width = 47
  306.       Height = 13
  307.       Caption = '800 x 600'
  308.       Font.Charset = DEFAULT_CHARSET
  309.       Font.Color = clGray
  310.       Font.Height = -11
  311.       Font.Name = 'MS Sans Serif'
  312.       Font.Style = []
  313.       ParentFont = False
  314.     end
  315.     object lbCustom: TLabel
  316.       Left = 240
  317.       Top = 109
  318.       Width = 35
  319.       Height = 13
  320.       Caption = 'Custom'
  321.       Font.Charset = DEFAULT_CHARSET
  322.       Font.Color = clGray
  323.       Font.Height = -11
  324.       Font.Name = 'MS Sans Serif'
  325.       Font.Style = []
  326.       ParentFont = False
  327.     end
  328.     object Label14: TLabel
  329.       Left = 332
  330.       Top = 109
  331.       Width = 7
  332.       Height = 13
  333.       Caption = 'x'
  334.     end
  335.     object rbDownscale: TRadioButton
  336.       Left = 8
  337.       Top = 16
  338.       Width = 345
  339.       Height = 17
  340.       Caption = 'Automatically apply these settings to all images in show'
  341.       TabOrder = 0
  342.       OnClick = rbDownscaleClick
  343.     end
  344.     object rbNormal: TRadioButton
  345.       Left = 8
  346.       Top = 135
  347.       Width = 361
  348.       Height = 17
  349.       Caption = 'No thanks, just use my images as they are'
  350.       Checked = True
  351.       TabOrder = 1
  352.       TabStop = True
  353.       OnClick = rbDownscaleClick
  354.     end
  355.     object tbResolution: TTrackBar
  356.       Left = 104
  357.       Top = 44
  358.       Width = 25
  359.       Height = 78
  360.       Enabled = False
  361.       Max = 4
  362.       Orientation = trVertical
  363.       Frequency = 1
  364.       Position = 2
  365.       SelEnd = 0
  366.       SelStart = 0
  367.       TabOrder = 2
  368.       ThumbLength = 10
  369.       TickMarks = tmBottomRight
  370.       TickStyle = tsAuto
  371.     end
  372.     object tbImgSize: TTrackBar
  373.       Left = 216
  374.       Top = 44
  375.       Width = 25
  376.       Height = 78
  377.       Enabled = False
  378.       Max = 3
  379.       Orientation = trVertical
  380.       Frequency = 1
  381.       Position = 2
  382.       SelEnd = 0
  383.       SelStart = 0
  384.       TabOrder = 3
  385.       ThumbLength = 10
  386.       TickMarks = tmBottomRight
  387.       TickStyle = tsAuto
  388.       OnChange = tbImgSizeChange
  389.     end
  390.     object edCustomWidth: TEdit
  391.       Left = 296
  392.       Top = 105
  393.       Width = 31
  394.       Height = 21
  395.       Enabled = False
  396.       TabOrder = 4
  397.       Text = '640'
  398.     end
  399.     object edCustomHeight: TEdit
  400.       Left = 345
  401.       Top = 105
  402.       Width = 31
  403.       Height = 21
  404.       Enabled = False
  405.       TabOrder = 5
  406.       Text = '400'
  407.     end
  408.   end
  409.   object gbStep3: TGroupBox
  410.     Tag = 3
  411.     Left = 184
  412.     Top = 314
  413.     Width = 409
  414.     Height = 73
  415.     Caption = 'Ready to start!'
  416.     TabOrder = 2
  417.     OnEnter = gbStep1Enter
  418.     object Label4: TLabel
  419.       Left = 8
  420.       Top = 17
  421.       Width = 172
  422.       Height = 13
  423.       Caption = 'Press the "Go" button to start!'
  424.     end
  425.     object lbProcess: TLabel
  426.       Left = 8
  427.       Top = 32
  428.       Width = 51
  429.       Height = 13
  430.       Caption = 'Process'
  431.       Font.Charset = ANSI_CHARSET
  432.       Font.Color = clWindowText
  433.       Font.Height = -11
  434.       Font.Name = 'Verdana'
  435.       Font.Style = [fsBold]
  436.       ParentFont = False
  437.       Visible = False
  438.     end
  439.     object btGo: TButton
  440.       Left = 279
  441.       Top = 11
  442.       Width = 57
  443.       Height = 25
  444.       Caption = '&Go!'
  445.       Default = True
  446.       Enabled = False
  447.       ModalResult = 1
  448.       TabOrder = 0
  449.       OnClick = btGoClick
  450.     end
  451.     object btCancel: TButton
  452.       Left = 343
  453.       Top = 11
  454.       Width = 57
  455.       Height = 25
  456.       Cancel = True
  457.       Caption = '&Cancel'
  458.       ModalResult = 2
  459.       TabOrder = 1
  460.       OnClick = btCancelClick
  461.     end
  462.     object ProgressBar: TProgressBar
  463.       Left = 8
  464.       Top = 48
  465.       Width = 393
  466.       Height = 17
  467.       Min = 0
  468.       Max = 100
  469.       Smooth = True
  470.       TabOrder = 2
  471.       Visible = False
  472.     end
  473.   end
  474. end
  475.